<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
	margin:0;
	padding:0;

}
body{
	font-size: 14px;
	font-family: "微软雅黑",Arial, sans-serif;
}
a{
	text-decoration: none;
        color:#48e8db;
	/*display: block*/;
}
ul{
	list-style: none;
	overflow: hidden;
}
li{
	float: left;
}
.fl_l{
	float: left;
}
.fl_r{
	float: right;
}
.clear{
	width: 100%;
	height: 30px;
}</pre></body></html>